﻿2026-07-27T11:31:47.2409486Z ##[group]Run actions/checkout@v5
2026-07-27T11:31:47.2409737Z with:
2026-07-27T11:31:47.2409923Z   repository: SaberMage/spt-shell-notify
2026-07-27T11:31:47.2410158Z   path: .adapter-notify
2026-07-27T11:31:47.2411987Z   token: ***
2026-07-27T11:31:47.2412156Z   ssh-strict: true
2026-07-27T11:31:47.2412333Z   ssh-user: git
2026-07-27T11:31:47.2412514Z   persist-credentials: true
2026-07-27T11:31:47.2412695Z   clean: true
2026-07-27T11:31:47.2412871Z   sparse-checkout-cone-mode: true
2026-07-27T11:31:47.2413090Z   fetch-depth: 1
2026-07-27T11:31:47.2413259Z   fetch-tags: false
2026-07-27T11:31:47.2413433Z   show-progress: true
2026-07-27T11:31:47.2413597Z   lfs: false
2026-07-27T11:31:47.2413763Z   submodules: false
2026-07-27T11:31:47.2413945Z   set-safe-directory: true
2026-07-27T11:31:47.2414135Z   allow-unsafe-pr-checkout: false
2026-07-27T11:31:47.2414339Z env:
2026-07-27T11:31:47.2414498Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T11:31:47.2414725Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T11:31:47.2414966Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T11:31:47.2415186Z ##[endgroup]
2026-07-27T11:31:47.4116770Z Syncing repository: SaberMage/spt-shell-notify
2026-07-27T11:31:47.4118933Z ##[group]Getting Git version info
2026-07-27T11:31:47.4119486Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-27T11:31:47.4141772Z [command]/usr/bin/git version
2026-07-27T11:31:47.4175830Z git version 2.43.0
2026-07-27T11:31:47.4191382Z ##[endgroup]
2026-07-27T11:31:47.4202597Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/456bc3ec-bcb9-433c-a152-ee8bfba97ee4' before making global git config changes
2026-07-27T11:31:47.4203285Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T11:31:47.4205673Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-27T11:31:47.4234207Z ##[group]Initializing the repository
2026-07-27T11:31:47.4237124Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-27T11:31:47.4265177Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-27T11:31:47.4265925Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-27T11:31:47.4266436Z hint: of your new repositories, which will suppress this warning, call:
2026-07-27T11:31:47.4266794Z hint: 
2026-07-27T11:31:47.4267405Z hint: 	git config --global init.defaultBranch <name>
2026-07-27T11:31:47.4267720Z hint: 
2026-07-27T11:31:47.4268011Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-27T11:31:47.4268480Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-27T11:31:47.4268838Z hint: 
2026-07-27T11:31:47.4269152Z hint: 	git branch -m <name>
2026-07-27T11:31:47.4269830Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-27T11:31:47.4276295Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-27T11:31:47.4334537Z ##[endgroup]
2026-07-27T11:31:47.4334952Z ##[group]Disabling automatic garbage collection
2026-07-27T11:31:47.4337909Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T11:31:47.4364427Z ##[endgroup]
2026-07-27T11:31:47.4364948Z ##[group]Setting up auth
2026-07-27T11:31:47.4369457Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T11:31:47.4394278Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T11:31:47.4596999Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T11:31:47.4621105Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T11:31:47.4811550Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T11:31:47.4837286Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T11:31:47.5032068Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T11:31:47.5064603Z ##[endgroup]
2026-07-27T11:31:47.5065018Z ##[group]Determining the default branch
2026-07-27T11:31:47.5069108Z Retrieving the default branch name
2026-07-27T11:31:48.0403079Z Default branch 'main'
2026-07-27T11:31:48.0403836Z ##[endgroup]
2026-07-27T11:31:48.0404350Z ##[group]Fetching the repository
2026-07-27T11:31:48.0408161Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-27T11:31:48.6504372Z From https://github.com/SaberMage/spt-shell-notify
2026-07-27T11:31:48.6504749Z  * [new branch]      main       -> origin/main
2026-07-27T11:31:48.6522972Z ##[endgroup]
2026-07-27T11:31:48.6523303Z ##[group]Determining the checkout info
2026-07-27T11:31:48.6525343Z ##[endgroup]
2026-07-27T11:31:48.6529697Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T11:31:48.6570590Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T11:31:48.6595850Z ##[group]Checking out the ref
2026-07-27T11:31:48.6598596Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-27T11:31:48.6637198Z Switched to a new branch 'main'
2026-07-27T11:31:48.6637513Z branch 'main' set up to track 'origin/main'.
2026-07-27T11:31:48.6641090Z ##[endgroup]
2026-07-27T11:31:48.6672527Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T11:31:48.6694776Z ee2d37eadc730c0019e0af82d683074c509634a2
